*{
	padding:0;
	margin:0;
}






header{
	width:100%;
	height:97px;
	background:url(../image/13.jpg)
}

.header-top{
	width:100%;
	height:40px;
	background:#eeeff0;
}
.headertop-content{
	width:1200px;
	height:40px;
	margin:0 auto;
}


.headtp-content-right{
	float:right;
	width:300px;
	height:40px; font-size: 12px;
}

.headtp-content-right ul{
	float:right;
	margin-top:10px;
}
.headtp-content-right ul li{
	float:left;
	list-style:none;
}
.headtp-content-right ul li a{
	color:#656565;
	font-size:12px;
	text-decoration:none;
	
}
.headtp-content-right ul span{
	float:left;
}
.headtp-content-right img{
	float:left;
	margin-top:50px;
}


.headtp-content-left{
	float:left;
	width:300px;
	height:40px; font-size: 12px;
}

.headtp-content-left ul{
	float:right;
	margin-top:10px;
}
.headtp-content-left ul li{
	float:left;
	list-style:none;
}
.headtp-content-left ul li a{
	color:#656565;
	font-size:12px;
	text-decoration:none;
	
}
.headtp-content-left ul span{
	float:left;
}
.headtp-content-left img{
	float:left;
	margin-top:50px;
}








/*头部的logo*/
.h-content{
	width:1200px;
	height:97px;
	margin:0 auto;
}
.h-content img:nth-child(1){
	float:left;
	margin-top:2px;
}
.h-content-title{
	float:left;
	width:600px;
	height:40px;
	margin-top:15px;
	margin-left:15px;

}
.h-content-title p:nth-child(1){
	height:40px;
	font-size:22px;
	color:#231d1f;
}
.h-content-title p:nth-child(1) span{
	font-size:31px;
	color:#009943;
}
.h-content-title p:nth-child(2){
	font-size:11px;
}

.h-content-right{
	float:right;
	width:300px;
	height:97px; font-size: 12px;
}

.h-content-right ul{
	float:right;
	margin-top:10px;
}
.h-content-right ul li{
	float:left;
	list-style:none;
}
.h-content-right ul li a{
	color:#656565;
	font-size:12px;
	text-decoration:none;
	
}
.h-content-right ul span{
	float:left;
}
.h-content-right img{
	float:left;
	margin-top:50px;
}

.h-phono{
	display:inline-block;
	height:50px;
	font-size:16px;
	color:#014a7d;
	font-weight: bold;
	margin-top:30px;
	margin-left:10px;
	float:left;
}


/*导航栏部分*/
nav{
	width:100%;
	height:47px;
	background:#004c80;
}
nav ul{
	height:47px;
	width:1200px;
	margin:0 auto;

}
nav ul li{
	list-style:none;
	float:left;
	width:130px;
	height:47px;
	text-align:center;
	line-height:47px;
}
nav ul li a{
	text-decoration:none;
	font-size:14px;
	color:#feffff;
	display:inline-block;
	width:130px;
	height:47px;
	
}
nav ul li:hover{
	background:#0072bb;
}
nav ul span{
	display:inline-block;
	float:left;
	width:2px;
	height:47px;
	line-height:47px;
	font-size:16px;
	color:#0072bb;
}


.flexslider{position:relative;height:400px;overflow:hidden;background:url(../image/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:400px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../image/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../image/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../image/next.png) center center no-repeat;}

/*公告栏*/
.notice{
	width:100%;
	height:45px;
	background:#f5f5f5;
}
.notice span:nth-child(1){
	color:#2c9eda;
	display:inline-block;
	width:92px;
	height:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	float:left;
}
marquee p{
	font-size:12px;
	color:#5c5c5c;
	padding-top:10px;
	
}

